
 This version of the source of the KIM-1 monitor is typed in by Hans Otten, 2026
 by reading the listing of the source lisitng in the manual and comparing the binary output 
 with the ROM dumps made from real 6530-002 and 6530-003. 
 This source differs from the many sources floating on the internet:
  - exact copy of the text including comments.
  - every sourceline is on the same line as the original
  - the listing output has the same paging as the paper source listing
  - the resulting binary has the unused ROM locations filled with $00
    instead of the $FF as in the other sources. 
  - this source is the only one that delivers an exact binary equivalent of the original ROMS 
  - the source is enhanced with directives in TASM32 to get the exact listing page and ROM content of the original
    like EJECT and BLOCK and FILL as equivalent for the ones used in the original assembly.

 The binary produced is a 2K version as used in the ROM of the many KIM-1 reproductions.
 http://retro.hansotten.nl for more information on the KIM-1.

 Original copyright MOS Technology 1975. Adaptations for the TASM32 assembler copyright Hans Otten, 2026.
 Keep this page in the listing please!

TASM32 Notepad nppexec comamnd line: tasm -65 -x3 -g3 -s -F0 -l "$(FILE_NAME)" "$(NAME_PART).bin"  "$(NAME_PART).lst" "$(NAME_PART).sym"

In this archive:
- original KIM-1 6530-002 and -003 ROM dumps
- source, listing, symbolfile and binary ROM image ($1800 2K) of the KIM-1 monitor
- TASM32 (windows console binary, can run under wine)

